'Declaration
Public Event AnnotationRotated As GdViewer.AnnotationRotatedEventHandler
public event GdViewer.AnnotationRotatedEventHandler AnnotationRotated
public event AnnotationRotated: GdViewer.AnnotationRotatedEventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event GdViewer.AnnotationRotatedEventHandler* AnnotationRotated
public: event GdViewer.AnnotationRotatedEventHandler^ AnnotationRotated